home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / winsrc17.zip / WINFRACT.DEF < prev    next >
Text File  |  1991-12-10  |  800b  |  36 lines

  1. NAME         WinFrac
  2. DESCRIPTION  'Fractint For Windows'
  3. EXETYPE      WINDOWS
  4. ;
  5. ;                              use one of the following statements:
  6. ; PROTMODE                   ; if using Quick-C for Windows
  7. STUB         'WINSTUB.EXE'   ; if using Microsoft's SDK
  8. CODE  PRELOAD MOVEABLE DISCARDABLE
  9. DATA  PRELOAD FIXED
  10. HEAPSIZE     2048
  11. STACKSIZE    10240
  12.  
  13. EXPORTS
  14.     MainWndProc        @1
  15.     About            @2
  16.     OpenDlg         @3
  17.     SelectFractal        @4
  18.     SelectFracParams    @5
  19.     SelectImage        @6
  20.     SelectDoodads        @7
  21.     SaveAsDlg        @8
  22.     Status            @9
  23.     SelectCycle        @10
  24.     SelectFullScreen    @11
  25.     Select3D        @12
  26.     Select3DPlanar        @13
  27.     Select3DSpherical    @14
  28.     MTWndProc        @15
  29.     CoordBoxDlg        @16
  30.     ZoomBarDlg        @17
  31.     ZoomBarProc        @18
  32.     PrintDlg        @19
  33.     PrintAbort        @20
  34.     PrintAbortDlg        @21
  35.         StatusBoxProc           @22
  36.